home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / source / reply.avmsrc < prev    next >
Text File  |  1995-03-09  |  1KB  |  63 lines

  1. startrecord=true
  2. label=
  3. nodetype=8
  4. line1=parse arg mailbox logs
  5. line2=call addlib("rexxsupport.library", 0, -30, 0)
  6. line3=
  7. line4=
  8. line5=
  9. line6=
  10. line7=
  11. line8=
  12. line9=
  13. line10=
  14. nextactiontype=3
  15. nextactionaction=
  16. endrecord=true
  17. startrecord=true
  18. label=
  19. nodetype=8
  20. line1=numlogs = words(logs)
  21. line2=do i = 1 to numlogs
  22. line3=  call loadLogEntry(mailbox, word(logs, i))
  23. line4=  handle = makeUniqueFile()
  24. line5=  if log.returnNumber = '' then log.returnNumber = log.cidNumber
  25. line6=  log.fileName = handle; log.returnRetry = 0; log.returnInterval = 5
  26. line7=  log.altFileName = voiceFile(mailbox, 'Introduction'); log.returnSendFunc = 'DefaultSender'
  27. line8=  log.time = cTime(); log.origMailbox = mailbox; call saveLogEntry('Outgoing', handle)
  28. line9=  address command 'run <nil: >nil: avm:schedulerview' 'outgoing' handle
  29. line10=end
  30. nextactiontype=3
  31. nextactionaction=
  32. endrecord=true
  33. startrecord=true
  34. label=error
  35. nodetype=8
  36. line1=
  37. line2=
  38. line3=
  39. line4=
  40. line5=
  41. line6=
  42. line7=
  43. line8=
  44. line9=
  45. line10=
  46. nextactiontype=2
  47. nextactionaction=exit
  48. endrecord=true
  49. startrecord=true
  50. label=
  51. nodetype=7
  52. filename=avm:rexx/logfunctions.avm
  53. nextactiontype=3
  54. nextactionaction=
  55. endrecord=true
  56. startrecord=true
  57. label=
  58. nodetype=7
  59. filename=avm:rexx/debugfunctions.avm
  60. nextactiontype=3
  61. nextactionaction=
  62. endrecord=true
  63.